home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000216_news@columbia.edu_Mon Jun 26 23:12:10 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12372
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 26 Jun 1995 21:56:29 -0400
  3. Received: by apakabar.cc.columbia.edu id AA11097
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 26 Jun 1995 21:56:28 -0400
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!news.kei.com!ddsw1!not-for-mail
  6. From: les@MCS.COM (Leslie Mikesell)
  7. Newsgroups: comp.dcom.modems,comp.protocols.kermit.misc
  8. Subject: Re: Improved modem dialing for C-Kermit
  9. Date: 26 Jun 1995 18:12:10 -0500
  10. Organization: /usr/lib/news/organi[sz]ation
  11. Lines: 60
  12. Message-Id: <3snesa$6eo@Mars.mcs.com>
  13. References: <3seuml$4s6@apakabar.cc.columbia.edu> <3shhv6$6r9@apakabar.cc.columbia.edu> <3sl921$29m@Mercury.mcs.com> <3sma6k$srb@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: mars.mcs.com
  15. Xref: news.columbia.edu comp.dcom.modems:99476 comp.protocols.kermit.misc:3051
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3sma6k$srb@apakabar.cc.columbia.edu>,
  19. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  20. >>In my opinion you would be better off dropping hard-coded dialing
  21. >>support completely.
  22. >>
  23. >I'd like to do that too, but when you begin to support non-Hayes
  24. >compatibles, that you lose the ability to be totally table driven.  It's
  25. >not only the commands that are different, it's also the very procedures
  26. >themselves.  Nevertheless, C-Kermit's new features make it more
  27. >table-driven, not less.
  28.  
  29. If you need features beyond expect-send sequences to dial, chances are
  30. that someone will that feature outside the context of dialing too.
  31. It should be included in the script command language, which in turn
  32. makes dialing as a macro possible.
  33.  
  34. >>The Devices and Dialers files in HDB uucp provide a general solution
  35. >>to these questions.  Rather than re-invent that solution or provide
  36. >>less general hard-coded knowledge of specific devices that most people
  37. >>don't have imbedded in every binary, why not duplicate it with some
  38. >>macros in kermit and simply create the files for systems where they
  39. >>don't already exist? 
  40.  
  41. >But aren't we moving away from the timesharing world, where a bunch of
  42. >users on the same machine are competing for the same pool of dialout
  43. >ports? 
  44.  
  45. Not entirely.  Many places have just put a PC on the desktop with
  46. LAN connections to various resources.  In my case one of these is
  47. a unix host with a bunch of modems doing dial in/out fax and data.
  48.  
  49. >An increasing proportion of C-Kermit users has total control of
  50. >the computer they are using.
  51.  
  52. It is still moderately expensive to put an extra analog phone line
  53. in everyone's office along with their digital multi-line sets that
  54. don't work with modems, plus buying everyone their own modem.
  55.  
  56. >And when dialout ports are pooled, they are
  57. >more likely to be on some kind of communication server that already
  58. >handles this problem without the communications software needing to know a
  59. >thing about it, e.g. reverse terminal servers where telnet'ing to port
  60. >2000 gives you the first free dialout port.
  61.  
  62. That is probably the way to go, but the organizations that use kermit
  63. aren't likely to be able to afford them.  In fact, I'd like to use
  64. kermit to emulate one of them such that a PC kermit user would connect to
  65. the unix host via telnet and the unix kermit would pick a modem line and
  66. provide the connection as transparently as possible.  My real problem in
  67. pursuing this at the moment is that I am replacing my AT&T servers
  68. with an OSI transport that allowed MSDOS kermit to do a scripted login
  69. to the unix hosts with a TCP/IP transport on the unix side and
  70. WFW/winsock on the PC side and I haven't found a way to use kermit
  71. with this setup.  Given that you can do this with a free server
  72. (samba) and a cheap client (WFW w/TCP), I think this might be a popular
  73. arrangement for people who would be likely to want to use kermit so
  74. it is unfortunate that it doesn't work.
  75.  
  76. Les Mikesell
  77.   les@mcs.com